home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / LAYERSDE / MAKEFILE < prev   
Text File  |  1992-07-19  |  2KB  |  104 lines

  1. # This makefile was produced at 5:00:14 AM on Thu, Apr 2, 1992 by
  2. # Makemake version 2.0d34 (29 Jan 91), by Rick Holzgrafe and scott douglass.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = MakeMake ╢
  8.             "COptions=-sym full" ╢
  9.         -t LayersDemo ╢
  10.             -f "-t 'APPL' -c 'DEMO'" -l "-sym full" -nosys LayersDemo.c ╢
  11.             LayersDemo.r '{Libraries}Runtime.o' '{Libraries}Interface.o' ╢
  12.         -t LayersDemo.project.rsrc ╢
  13.             -f "-t 'rsrc' -c 'RSED'" LayersDemo.r
  14.  
  15. TARGETS = LayersDemo LayersDemo.project.rsrc
  16.  
  17. DOT_H = Layers.h
  18.  
  19. DOT_R = LayersDemo.r
  20.  
  21. SRCS = LayersDemo.c
  22.  
  23. # For LayersDemo
  24. OBJS_00 = LayersDemo.c.o
  25.  
  26. # For LayersDemo
  27. LIBS_00 = "{Libraries}Runtime.o" "{Libraries}Interface.o"
  28.  
  29. # For LayersDemo
  30. RES_00 = LayersDemo.r
  31.  
  32. # For LayersDemo.project.rsrc
  33. RES_01 = LayersDemo.r
  34.  
  35. COUNT        = Count
  36. COUNTOPTS    = 
  37. CTAGS        = Ctags
  38. CTAGSOPTS    = -p -local -update
  39. DELETE       = Delete
  40. DELETEOPTS   = -i
  41. FILES        = Files
  42. FILESOPTS    = -l
  43. LIB          = Lib
  44. LIBOPTS      = 
  45. LINK         = Link
  46. LINKOPTS     = 
  47. MAKEFILE     = Makefile
  48. PRINT        = Print
  49. PRINTOPTS    = 
  50. REZ          = Rez
  51. SETFILE      = SetFile
  52. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  53.  
  54.  
  55. COptions = -sym full
  56.  
  57. ROptions = -a
  58.  
  59. all    ─ {TARGETS}
  60.  
  61. LayersDemo    ── {OBJS_00} {LIBS_00}
  62.     {LINK} -sym full -o {Targ} {OBJS_00} {LIBS_00}
  63.  
  64. LayersDemo    ── {RES_00}
  65.     {REZ} {ROptions} -o {Targ} {RES_00}
  66.  
  67. LayersDemo    ── {OBJS_00} {LIBS_00} {RES_00}
  68.     {SETFILE} -t 'APPL' -c 'DEMO' {Targ}
  69.  
  70.  
  71. LayersDemo.project.rsrc    ── {RES_01}
  72.     {REZ} {ROptions} -o {Targ} {RES_01}
  73.  
  74. LayersDemo.project.rsrc    ── {RES_01}
  75.     {SETFILE} -t 'rsrc' -c 'RSED' {Targ}
  76.  
  77.  
  78.  
  79. {MAKEFILE}    ─ NoSuchFile
  80. NoSuchFile    ─
  81.     {MAKEMAKE}
  82.  
  83. clean    ─
  84.     {DELETE} {DELETEOPTS} {OBJS_00}
  85.  
  86. clobber    ─ clean
  87.     {DELETE} {DELETEOPTS} {TARGETS}
  88.  
  89. count    ─
  90.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  91.  
  92. files    ─
  93.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS_00}
  94.  
  95. print    ─
  96.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  97.  
  98. tags    ─ {DOT_H} {SRCS}
  99.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  100.  
  101.  
  102. LayersDemo.c.o ─ ╢
  103.         Layers.h
  104.